Trò chơi điện tử trong C # với phiên bản mới

1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
2   <PropertyGroup>
3     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=
" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>
8.0.50727</ProductVersion>
6     <SchemaVersion>
2.0</SchemaVersion>
7     <ProjectGuid>{7A8E7C6E-50C8-4D40-
8223-E9E5CAED1B84}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>pong</RootNamespace>
11     <AssemblyName>pong</AssemblyName>
12     <ApplicationIcon>bigicon.ico</ApplicationIcon>
13     <FileUpgradeFlags>
14     </FileUpgradeFlags>
15     <OldToolsVersion>
3.5</OldToolsVersion>
16     <TargetFrameworkVersion>v3.
5</TargetFrameworkVersion>
17     <UpgradeBackupLocation>
18     </UpgradeBackupLocation>
19   </PropertyGroup>
20   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>
true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>
false</Optimize>
24     <OutputPath>bin\Debug\</OutputPath>
25     <DefineConstants>DEBUG;TRACE</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>
4</WarningLevel>
28   </PropertyGroup>
29   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>
true</Optimize>
32     <OutputPath>bin\Release\</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>
4</WarningLevel>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include=
"System" />
39     <Reference Include=
"System.Data" />
40     <Reference Include=
"System.Deployment" />
41     <Reference Include=
"System.Drawing" />
42     <Reference Include=
"System.Windows.Forms" />
43     <Reference Include=
"System.Xml" />
44   </ItemGroup>
45   <ItemGroup>
46     <Compile Include=
"Form1.cs">
47       <SubType>Form</SubType>
48     </Compile>
49     <Compile Include=
"Form1.Designer.cs">
50       <DependentUpon>Form1.cs</DependentUpon>
51     </Compile>
52     <Compile Include=
"Program.cs" />
53     <Compile Include=
"Properties\AssemblyInfo.cs" />
54     <EmbeddedResource Include=
"Form1.resx">
55       <SubType>Designer</SubType>
56       <DependentUpon>Form1.cs</DependentUpon>
57     </EmbeddedResource>
58     <EmbeddedResource Include=
"Properties\Resources.resx">
59       <Generator>ResXFileCodeGenerator</Generator>
60       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
61       <SubType>Designer</SubType>
62     </EmbeddedResource>
63     <Compile Include=
"Properties\Resources.Designer.cs">
64       <AutoGen>True</AutoGen>
65       <DependentUpon>Resources.resx</DependentUpon>
66       <DesignTime>True</DesignTime>
67     </Compile>
68     <None Include=
"Properties\Settings.settings">
69       <Generator>SettingsSingleFileGenerator</Generator>
70       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
71     </None>
72     <Compile Include=
"Properties\Settings.Designer.cs">
73       <AutoGen>True</AutoGen>
74       <DependentUpon>Settings.settings</DependentUpon>
75       <DesignTimeSharedInput>True</DesignTimeSharedInput>
76     </Compile>
77   </ItemGroup>
78   <ItemGroup>
79     <Content Include=
"bigicon.ico" />
80   </ItemGroup>
81   <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
82   <!-- To modify your build process,
add your task inside one of the targets below and uncomment it.
83        Other similar extension points exist, see Microsoft.Common.targets.
84   <Target Name=
"BeforeBuild">
85   </Target>
86   <Target Name=
"AfterBuild">
87   </Target>
88   -->
89 </Project>


Gõ tìm kiếm nhanh...